home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / C / BFILE.ZIP / BFILE.DOC < prev    next >
Encoding:
Text File  |  1991-11-11  |  1.1 KB  |  33 lines

  1. In this ZIP file you will find the following files:
  2.  
  3.       BFILE.DOC - This file
  4.       BFILE.H   - Definition of the class
  5.       BFILE.CPP - Methods that are not inline and defined in BFILE.H
  6.       BTRIEVE.H - Misc #defines for Btrieve
  7.  
  8. The data and methods of bfile are explained in comments in
  9. BFILE.H.  A sample, simple minded main() using bfile class is in
  10. BFILE.CPP.  #define TEST and compile it, link with the Turbo C
  11. Btrieve interface and use it like this:
  12.  
  13.       BFILE /f:filename.exe /k:key_num
  14.  
  15. It will then list the btrieve file, by key number key_num.
  16.  
  17. 11/11/91  DR  Add features to allow for ease of use with variable
  18.                  length records, and add a call for cloning files,
  19.                  that is, create a new empty file with the same
  20.                  key structure as the original.
  21.  
  22.       Comments?  Questions?  Suggestions?
  23.       Have a paying C/C++ programming job you need done?
  24.       Give me a call.
  25.  
  26.       Douglas J. Reilly
  27.       Access Microsystems Inc.
  28.       404 Midstreams Road
  29.       Brick, New Jersey  08724
  30.       (908) 892-2683
  31.       CompuServe 74040,607
  32.  
  33.